@charset "utf-8";
	/* CSS Document */
body,div,dl,dt,dd,ul,li,form,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}
html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	width: 100%;
	height: 100%;
}
body{ 
	font-size:14px; 
	font-family:"微软雅黑" , Arial, Verdana, Geneva, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
}

ul,li,dl,dt,dd {
	display:block;
	list-style:none;
}
img {
	border:0;
	max-width:100%;
}
.clear {background:none;border:0;clear:both;display:block;float:none;font-size:0;overflow:hidden;visibility:hidden;width:0;height:0;}
a {color:#000;text-decoration:none;outline:none;}
.ellipsis{
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -o-text-overflow: ellipsis; /*For Opera*/  
    -ms-text-overflow: ellipsis; /*For IE8*/ 
}
@font-face{
	font-family: 'Bodonib';
	src:url('../fonts/Bodonib.eot');
	src:url('../fonts/Bodonib.eot?#iefix') format('embedded-opentype'),
	    url('../fonts/Bodonib.woff') format('woff'),
	    url('../fonts/Bodonib.ttf') format('truetype'),
	    url('../fonts/Bodonib.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.container{
	width: 100%;
	height: auto;
}
.header{
	width: 100%;
    position: relative;
}
.top{
    width: 100%;
    height: 154px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.top .LogNav{
    width: 1280px;
    height: 130px;
    background: #fff;
    margin: 0 auto;
}
.LogNav .logo{
    width: 240px;
    float: left;
}
.LogNav .navigation{
    width: 1020px;
    height: 90px;
    float: right;
    line-height:90px;
    font-size:16px;
    font-family:"Microsoft YaHei";
}
.LogNav .search{
    width: 1020px;
    height: 40px;
    float: right;
}
.top .wave{
    width: 100%;
    height: 24px;
    background: url(../images/wave.png) repeat-x;
}
.MiddleBox,.mainBox{
    width: 1200px;
    margin: 0 auto;
}
/*一级菜单*/    
.navigation li{float:left; text-align:center;}
.navigation li a{ display:block;}
.navigation li a:hover{color:#dc4e00;} 
.navli {float:left;width:127.5px;padding: 0;height:90px; display: block;text-align:center;position: relative;}
/*二级菜单*/
.navigation li ul {display:none; line-height:35px; position: absolute;top: 90px;left: -20px;margin:0;min-width: 167.5px;z-index: 9999;background: #f8dd34;}
.navigation li:hover .ul2 {display: block; background: #f8dd34;}
.navigation li ul.ul2>:first-child{border-top: none;}
.navigation li ul li {height: 35px; border-top: 1px dashed #a6a6a6; float: none;margin: 0;white-space: nowrap;position: relative;}
.navigation li ul li a {display: block;margin: 0;  text-align: center;}
.navigation li ul li a:hover {color: #dc4e00;background: #f8dd34;}
/*三级菜单*/
.navigation li ul li ul{display:none; position: absolute;top: 0;left: 167.5px; margin:0;width:auto;min-width: 167.5px;z-index: 99999;}
.navigation li ul li:hover ul{display: block;}
.navigation li ul.ul2 li ul>:first-child{border-top: none;}
.navigation li ul li ul li{float: none;margin: 0;white-space: nowrap;border-top: 1px dashed #a6a6a6;}
.navigation li ul li ul li a{display: block;margin: 0; font-size: 14px; text-align: center;}
.navigation li ul li ul li a:hover{color: #dc4e00;background: #f8dd34;}

/*幻灯片*/
#Slideshow { width: 100%; margin:0 auto; padding-top: 135px;  position: relative; overflow:hidden;z-index: 0;}
#Slideshow .pics{width: 100%;}
#Slideshow .pics li{width: 100%;}
#Slideshow .pics li img{width:100%;}
/*数字按钮样式*/
#Slideshow .num { overflow:hidden; height: 25px; position: absolute; bottom:5px; right: 20%; zoom:1; z-index:3 }
#Slideshow .num li { width: 100px; height: 7px; text-align: center; line-height: 50px;  background: #fff; margin-right: 10px; cursor:pointer; float: left; overflow: hidden; }
#Slideshow .num li.on { background: #f8da2d; } /*当前项*/
/*上一个  下一个*/
#Slideshow .prev,#Slideshow .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 300px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
#Slideshow .prev { left: 4px; }
#Slideshow .next { right: 4px; background-position: right;}

#search-form{
	width: 237px;
    height: 30px;
    float: right;
    margin-top: 5px;
    z-index: 999;
    border: 1px solid #f9bf45;
}
#keywords{ 
    width: 190px;
    height: 25px;
    float: left;
    margin-left: 4px;
    margin-top: 1px;
    outline: none;
    border: none;
    background: none;
    color: #141414;
    font-size: 14px;
    font-family: "微软雅黑";}
#post-search{
    width: 40px;
    height: 30px;
    float: right;
    outline: none;
    border: none;
    cursor: pointer;
    background: #f9bf45;
    color: #fff;
    font-family: "微软雅黑";
    text-align: center;}

.catbox{
    width: 100%;
    height: 115px;
    position: relative;
    text-align: center;
}
.catbox .catdir{
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #b8b8b8;
    line-height: 60px;
    font-size: 35px;
    font-family: "Bodonib";
    color: #ffae00;
    text-transform: uppercase;
}
.catbox .catname{
    width: 180px;
    height: 55px;
    font-size: 20px;
    color: #383838;
    line-height: 45px;
    margin: 0 auto;
    margin-top: -25px;
    background: #fff;
}
.syAbout{
    padding: 30px 0;
}
.ab_l{
    float: left;
    width: 420px;
    height: 270px;
    overflow: hidden;
}
.ab_r{
    float: right;
    width: 720px;
    height: 270px;
    color: #656565;
    line-height: 2em;
}
.ab_r .desc{
    height: 225px;
    float: left;
    overflow: hidden;
}
.ab_r a.more{
    display: block;
    width: 170px;
    height: 35px;
    float: right;
    margin-top: 10px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #c9c9c9;
    background: url(../images/arr.png) no-repeat 140px 13px;
}
.ab_r a.more:hover{border: 1px solid #080808;}

/*首页产品模块*/
.syPicture{
    width: 100%;
}
.wave_up{
    width: 100%;
    height: 20px;
    background: url(../images/wave-up.png) repeat-x;
}
.wave_down{
    width: 100%;
    height: 20px;
    background: url(../images/wave-down.png) repeat-x;
}
.syPicture .bg{
    width: 100%;
    padding: 10px 0;
    background: #fefce7;
}
.syPicture .catbox .catdir{
    border-bottom: 2px solid #f5e19f;
}
.syPicture .catbox .catname{
    background: #fefce7;
}
.slidePicBox{
    width: 1200px;  
}
.slidePicBox .hd{
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
}
.slidePicBox .hd .subcat{
    position: absolute;
    top: 0;
}
.slidePicBox .hd .subcat li{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    float: left;
    margin: 0 20px;
    cursor:pointer; 
    background: #fff;
    border: 2px solid #ffeaa7;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 5px #f4e6a9;
}
.slidePicBox .hd .subcat li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #c77332;
    font-size: 16px;
}
.slidePicBox .hd .subcat li.on{
    background: #fff780;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px #f4e6a9;
}
.slidePicBox .hd .subcat li.on a{
    color: #e52d10;
}
.slidePicBox .bd{
    width: 100%;
    height: 350px;
    float: left;
    margin-top: 20px;
}
.slidePicBox .bd li{
    width: 275.5px;
    height: 317px;
    float: left;
    margin-right: 30px;
    border: 1px solid #ebd98d;
    background: #fff;
}
.slidePicBox .bd li.no{
    margin-right: 0;
}
.slidePicBox .bd li:hover{
    box-shadow: 0px 2px 15px #f4e6a9,-2px 0px 15px #f4e6a9,0px -2px 15px #f4e6a9,2px 0px 15px #f4e6a9;
}
.slidePicBox .bd li:hover .tt{
    border-top: 2px solid #f4d2a9;
}
.slidePicBox .bd li .pic{
    width: 100%;
    height: 275px;
    text-align: center;
    overflow: hidden;
}
.slidePicBox .bd li .pic img{
    max-height: 100%;
    max-width: 100%;
    vertical-align:middle;
    display: inline;
}
.slidePicBox .bd li .pic span{
    vertical-align: middle;
    width: 0;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.slidePicBox .bd li .tt{
    width: 96%;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #232323;
    font-size: 15px;
    text-align: center;
    border-top: 2px solid #e5e5e5;
}
.syNews{
    margin-top: 20px;
}
.thumbTxt .thumb{
    width: 660px;
    height: 320px;
    overflow: hidden;
    float: left;
}
.thumbTxt .thumb img{
    width: 100%;
}
.thumbTxt .txt{
    width: 540px;
    float: right;
}
.thumbTxt .txt .info{
    padding: 30px;
    height: 200px;
    background: #333333;
    color: #fff;
}
.thumbTxt .txt .info .tt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.thumbTxt .txt .info .line{
    width: 150px;
    height: 0;
    margin: 9px 0;
    border-top: 2px solid #fff;
}
.thumbTxt .txt .info .desc{
    height: 140px;
    overflow: hidden;
    line-height: 2em;
}
.thumbTxt .txt .time{
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    background: #f9c00f;
    color:#fff;
    font-size: 16px;
}
.thumbTxt .txt .time a.more{
    float: right;
    color: #fff;
    text-transform: uppercase;
}
.thumbTxt .txt .time a.more:hover{
    color: #333;
}
.syNews li{
    width: 350px;
    float: left;
    margin: 25px;
}
.syNews li .time{
    color: #8d8d8d;
    font-size: 16px;
    float: left;
}
.syNews li .line{
    width: 25px;
    height: 0;
    float: left;
    margin-left: 20px;
    border-top: 5px solid #f9c00f;
    margin-top: 8px;
}
.syNews li .tt{
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    color: #1f1f1f;
}
.syNews li .tt a{
    color: #1f1f1f;
}
.syNews li .desc{
    padding-bottom: 20px;
    border-bottom: 1px solid #898989;
    color: #6b6b6b;
    line-height: 2em;
}
.syNews li:hover .desc{
    border-bottom: 1px solid #f9c00f;
}
.syCase .hd{
    width: 60px; height: 10px; margin: 0 auto;
    overflow:hidden;
}
.syCase .hd ul{  overflow:hidden; zoom:1; }
.syCase .hd ul li{ float:left;  width:10px; height:10px; border-radius: 50%; overflow:hidden; margin:0 5px; text-indent:-999px; cursor:pointer; background: #f9c474; }
.syCase .hd ul li.on{ background: #714502;}
.syCase .lists{
    width: 100%;
    overflow:hidden; 
    zoom:1;
}
.syCase .lists li{
    width: 366px;
    height: 270px;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    position: relative;
}
.syCase .lists li.no{
    margin-right: 0;
}
.syCase .lists li .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.syCase .lists li .pic img{
    width: 100%;
    height: 100%;
}
.syCase .lists li .tt{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    background: #000;
    background-color: rgba(0,0,0,0.5);
    filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; 
}
.syCase .lists li:hover .tt{
    background: #f4ac0f;
    background-color: rgba(244,172,15,0.5);
    filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)";
}
.footer{
    width: 100%;
    background: #f0e1af;
    padding: 20px 0;
    margin-top: 30px;
}
.footer .ewm{
    width: 150px;
    height: 150px;
    float: left;
}
.footer .wz{
    width: 20px;
    height: 150px;
    float: left;
    margin-left: 10px;
    text-align: center;
    word-wrap: break-word;
}
.footer .navs,.footer .copyright{
    width: 1000px;
    float: right;
    text-align: center;
}
.footer .navs{
    font-size: 16px;
    margin: 20px 0px;
    text-align: center;
}
.footer .navs li{
    display: inline;
    height: 16px;
    line-height: 16px;
    padding: 0 15px;
    border-left: 2px solid #333;
}
.footer .navs li.s1{
    border-left: none;
}
.footer .navs li a{
    color: #333;
}
.footer .copyright{
    line-height: 2em;
}
.inPage{margin-top: 20px;}
.partLeft{width: 270px;float: left;}
.partLeft .catname{width: 100%;height: 75px;background: #f8dc31;color: #000;text-align: left; font-size: 16px;}
.partLeft .catname .one{width: 45px;height: 75px; float: left; margin-left: 50px;line-height: 75px; font-size: 54px;text-transform: uppercase;}
.partLeft .catname .dir{width: 170px;height:23px;float: left;margin-top: 16px; text-transform: uppercase;}
.partLeft .catname .zh{width: 170px;height:23px;float: left;}
.partLeft .menuTree{width: 250px; padding:10px 0px 10px 0px; margin: 0 auto; /*border-bottom: 1px solid #cdcecc;*/}
.menuTree ul{font-size: 100%;padding: 0px;margin: 0px;display:none;}
.menuTree ul li{
    width: 250px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-top: 2px solid #fff;
    white-space: nowrap;
    background: #fff url(../images/libg.png) no-repeat 20px;
}
.menuTree ul li a{
    color: #000;
}
.menuTree ul li a:hover,.menuTree ul li a.current{ 
    color:#ea2026; 
    font-size:110%;
    font-weight: bold;
}
.menuTree ul li.parent a:hover
{
    font-size: 110%;
    color:#ea2026; 
}
.menuTree ul li.child{
    background: #fff url(../images/libg.png) no-repeat 20px;
}

.menuTree ul li.parent
{
    background: url(../images/libg.png) no-repeat 20px 15px;
}
.menuTree ul li.expanded
{
    background: url(../images/libg.png) no-repeat 20px;
}
.menuTree ul.expanded li{
    line-height: 36px;
    border: none;
    background: #f9f2c4;
    font-size: 80%;
}

.partLeft #ct{/*background: none;border-bottom: 1px solid #cdcecc;color: #333333;*/}
.partLeft #ct .one{background: url(../images/ct.png)no-repeat;}
.partLeft #ct .zh{text-transform: capitalize;}
.partLeft .contact{padding: 10px;line-height: 2em;}
.partRight{width: 900px;float: right;padding-left: 20px; border-left: 1px solid #f8dc31;min-height: 500px;position: relative;}
.partRight .ltbar{width: 5px;height: 40px;background: #f8dc31;position: absolute;left: -3px;top: 0;}
.partRight .position{width: 880px;height: 30px; padding-left: 20px; font-size: 18px; border-bottom: 1px solid #f8dc31;line-height: 30px;color: #444444; background: url(../images/libg.png) no-repeat left;}
.partRight .position .catpos{width: 500px;float: right;text-align: right;font-size: 14px;}
.partRight .position .catpos a:hover{color: #ea2026;}
.partRight .showBox{width: 100%;color: #353535;}
.partRight .showBox .title{margin-top: 20px; text-align: center; line-height: 30px;font-size: 16px;color: #444;}
.partRight .showBox .other{text-align: center; line-height: 30px;font-size: 12px;color: #a2a2a2;}
.partRight .showBox .content{line-height: 2em; padding-top: 10px;}
.partRight .showBox .content img{display: inline-block;}
.picLists li{width: 213px; float: left; margin:10px 15px 10px 0px;text-align:center; }
.picLists li .pic{width: 203px; height: 180px; padding: 4px; border: 1px solid #cfcbcb;text-align:center;}
.picLists li .pic img{ vertical-align:middle; display:inline;  max-width: 100%; max-height: 100%;}   
.picLists li .pic span{ height:100%; width:0; overflow:hidden; display:inline-block; vertical-align:middle; }
.picLists li.no{margin-right: 0;}
.picLists li .tit{line-height: 30px;}
.picLists li a:hover{color: #ea2026;}
.picLists li a:hover .pic{border: 1px solid #ea2026;}

.artLists li{width: 900px; float: left;margin-top: 10px;position: relative; border-bottom: 1px dashed #cdcecc;}
.artLists li .pic{width: 140px;height: 110px;overflow: hidden;float: left;}
.artLists li .dot{width: 5px;height: 5px;background: #ea2026;position: absolute;left: 0;top: 13px;}
.artLists li a{color: #000; font-size: 15px;}
.artLists li a:hover{color: #ea2026;}
.artLists li .tt{width: 640px;float: right;}
.artLists li .time{width:100px;float: right;}
.artLists li .desc{width: 740px;float: right;color: #333333;font-size: 13px;margin-top: 5px;}

#myform{
    font-size: 14px;
}
#myform tr{
    width: 90%;
    height: 36px;
}
#myform .name{
    width: 30%;
    text-align: right;
    padding-right: 2%;
    color: #000;
    font-weight: normal;
}
#myform .input-text{
    width: 50%;
    height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
}
#myform #l_yzm{
    width: 25%;
}
#myform textarea{
    width: 80%;
    height: 140px;
    margin-top: 6px;
    font-size: 14px;
    font-family: "微软雅黑";
}
#myform #dosubmit{
    width: 81px;
    height: 35px;
    float: left;
    margin-top: 13px;
    border: none;
    background: #ea2026;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
}
/*pages*/
#pages {
    padding:14px 0 10px;
    margin:10px;
}
#pages a {
    display:inline-block;
    width:26px;
    height:22px;
    line-height:22px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333;
}
#pages a.a1 {
    background:url(../images/search/admin_img/pages.png) no-repeat 0 5px;
    width:56px;
}
#pages a:hover {
    background:#f1f1f1;
    color:#000;
    text-decoration:none;
}
#pages span {
    display:inline-block;
    width:26px;
    height:22px;
    line-height:22px;
    background:#5a85b2;
    border:1px solid #5a85b2;
    color:#fff;
    text-align:center;
}
.page .noPage {
    display:inline-block;
    width:56px;
    height:22px;
    line-height:22px;
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#a4a4a4;
}
.preNext{
    font-size: 14px;
}
.preNext li{
    height: 20px;
    line-height: 20px;
}
.preNext li a:hover{
    text-decoration: underline;
}
.scroll{
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    font-size:14px;
    background: url(../images/top.png) no-repeat;
}
